MoodSelectionQuestionPage

fun MoodSelectionQuestionPage(modifier: Modifier = Modifier, dailyEntry: DailyEvaluationEntry, emotionSelect: (String) -> Unit, updateEmotion: (ImageVector) -> Unit)

Composable that represents the page where the user selects their emotion for the daily mood evaluation. Displays emotion selection cards to allow users to choose their current emotional state.

Parameters

modifier

Modifier for customizations to the layout.

dailyEntry

The current daily evaluation entry containing user responses.

emotionSelect

A function to handle the selection of an emotion.

updateEmotion

A function to update the selected mood emoji.